Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Web Eval: Use JSON Compatible Serializer #2592

Merged
merged 3 commits into from
Jul 23, 2024

Conversation

DogeDark
Copy link
Member

@DogeDark DogeDark commented Jul 6, 2024

Switches the default serializer to the JSON-compatible one provided by serde_wasm_bindgen. This better preserves Rust-JS conversions and provides more expected results.

Breaking: This may break existing eval code as provided values may differ in type.

@DogeDark DogeDark added enhancement New feature or request web relating to the web renderer for dioxus breaking This is a breaking change labels Jul 6, 2024
@jkelleyrtp jkelleyrtp enabled auto-merge (squash) July 23, 2024 21:36
@jkelleyrtp jkelleyrtp disabled auto-merge July 23, 2024 21:36
@jkelleyrtp jkelleyrtp merged commit 4ccd9ff into DioxusLabs:main Jul 23, 2024
5 of 11 checks passed
@DogeDark DogeDark deleted the json-compat branch July 23, 2024 22:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
breaking This is a breaking change enhancement New feature or request web relating to the web renderer for dioxus
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants